home *** CD-ROM | disk | FTP | other *** search
- // AboutDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // AboutDlg dialog
-
- class AboutDlg : public CDialog
- {
- // Construction
- public:
- AboutDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(AboutDlg)
- enum { IDD = IDD_ABOUT };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(AboutDlg)
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(AboutDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-